reverse merge accidentally committed hack to test-all.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 7 Jan 2014 14:21:47 +0000 (14:21 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 7 Jan 2014 14:21:47 +0000 (14:21 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4716 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/test-all

index 18ac264fb3c7a58269f29a769f70f26db5d96ffd..298c5de3f4aed9c180d6d236302e1c65073327d5 100755 (executable)
@@ -55,9 +55,9 @@ function try_run() # command line
     local RES=0
     local SEVERITY=""
     
-    [ $vg -ne 0 ] && CMD="valgrind --error-exitcode=125 --leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp --log-fd=3 $CMD"
+    [ $vg -ne 0 ] && CMD="valgrind -q $CMD"
 
-    ${CMD} > $TEMPDIR/.result 2>&1 3>>vg.log
+    ${CMD} > $TEMPDIR/.result 2>&1
     RES=$?
     if [ $RES -ne 0 -o -s $TEMPDIR/.result ]; then
         if [ $RES -ne 0 ]; then